From cab26ded6f1bc150f83178c68f058608534901d9 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 7 Oct 2005 18:51:30 +0000 Subject: [PATCH] remove some explicit #defines of PROFILE_FILE_CHOOSER because they break 2005-10-07 Michael Natterer * gtk/gtkfilechooserdefault.c: remove some explicit #defines of PROFILE_FILE_CHOOSER because they break compilation after the removal of . --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ gtk/gtkfilechooserdefault.c | 4 ---- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00467845a8..2e2a2b08d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-07 Michael Natterer + + * gtk/gtkfilechooserdefault.c: remove some explicit #defines of + PROFILE_FILE_CHOOSER because they break compilation after the + removal of . + 2005-10-07 Matthias Clasen * gtk/gtkfilechooserdefault.c: Remove a redundant (and diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 00467845a8..2e2a2b08d5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-10-07 Michael Natterer + + * gtk/gtkfilechooserdefault.c: remove some explicit #defines of + PROFILE_FILE_CHOOSER because they break compilation after the + removal of . + 2005-10-07 Matthias Clasen * gtk/gtkfilechooserdefault.c: Remove a redundant (and diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index f688f35f1d..08a2e6caeb 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -658,11 +658,9 @@ static void gtk_file_chooser_default_init (GtkFileChooserDefault *impl) { profile_start ("start", NULL); -#define PROFILE_FILE_CHOOSER #ifdef PROFILE_FILE_CHOOSER access ("MARK: *** CREATE FILE CHOOSER", F_OK); #endif -#undef PROFILE_FILE_CHOOSER impl->local_only = TRUE; impl->preview_widget_active = TRUE; impl->use_preview_label = TRUE; @@ -5215,11 +5213,9 @@ browse_files_model_finished_loading_cb (GtkFileSystemModel *model, pending_select_paths_process (impl); set_busy_cursor (impl, FALSE); -#define PROFILE_FILE_CHOOSER #ifdef PROFILE_FILE_CHOOSER access ("MARK: *** FINISHED LOADING", F_OK); #endif -#undef PROFILE_FILE_CHOOSER profile_end ("end", NULL); } -- 2.30.2